From 242ecccb6453eeb2f263d31a6f8e435502763224 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 2 Jul 2006 15:28:33 +0000 Subject: [PATCH] NetBSD portability fixes. (#346374, Thomas Klausner) * pixops/*.S: NetBSD portability fixes. (#346374, Thomas Klausner) --- gdk-pixbuf/ChangeLog | 3 +++ gdk-pixbuf/pixops/composite_line_22_4a4_mmx.S | 2 +- gdk-pixbuf/pixops/composite_line_color_22_4a4_mmx.S | 2 +- gdk-pixbuf/pixops/have_mmx.S | 2 +- gdk-pixbuf/pixops/scale_line_22_33_mmx.S | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 0e409eaa57..0355c5135c 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,5 +1,8 @@ 2006-06-21 Matthias Clasen + * pixops/*.S: NetBSD portability fixes. (#346374, + Thomas Klausner) + * === Released 2.9.4 === 2006-06-12 Matthias Clasen diff --git a/gdk-pixbuf/pixops/composite_line_22_4a4_mmx.S b/gdk-pixbuf/pixops/composite_line_22_4a4_mmx.S index 4969fa7d12..232bddf407 100644 --- a/gdk-pixbuf/pixops/composite_line_22_4a4_mmx.S +++ b/gdk-pixbuf/pixops/composite_line_22_4a4_mmx.S @@ -22,7 +22,7 @@ gcc2_compiled.: .text .align 16 -#if !defined(__MINGW32__) && !defined(__CYGWIN__) +#if !defined(__MINGW32__) && !defined(__CYGWIN__) && !defined(__INTERIX) /* Magic indicating no need for an executable stack */ #if !defined __powerpc64__ && !defined __ia64__ diff --git a/gdk-pixbuf/pixops/composite_line_color_22_4a4_mmx.S b/gdk-pixbuf/pixops/composite_line_color_22_4a4_mmx.S index 64a8246e4b..ab7c8729e2 100644 --- a/gdk-pixbuf/pixops/composite_line_color_22_4a4_mmx.S +++ b/gdk-pixbuf/pixops/composite_line_color_22_4a4_mmx.S @@ -22,7 +22,7 @@ gcc2_compiled.: .text .align 16 -#if !defined(__MINGW32__) && !defined(__CYGWIN__) +#if !defined(__MINGW32__) && !defined(__CYGWIN__) && !defined(__INTERIX) /* Magic indicating no need for an executable stack */ #if !defined __powerpc64__ && !defined __ia64__ diff --git a/gdk-pixbuf/pixops/have_mmx.S b/gdk-pixbuf/pixops/have_mmx.S index 7064c8f746..eb72678050 100644 --- a/gdk-pixbuf/pixops/have_mmx.S +++ b/gdk-pixbuf/pixops/have_mmx.S @@ -22,7 +22,7 @@ gcc2_compiled.: .text .align 16 -#if !defined(__MINGW32__) && !defined(__CYGWIN__) +#if !defined(__MINGW32__) && !defined(__CYGWIN__) && !defined(__INTERIX) /* Magic indicating no need for an executable stack */ #if !defined __powerpc64__ && !defined __ia64__ diff --git a/gdk-pixbuf/pixops/scale_line_22_33_mmx.S b/gdk-pixbuf/pixops/scale_line_22_33_mmx.S index da2ff61721..53144aef9d 100644 --- a/gdk-pixbuf/pixops/scale_line_22_33_mmx.S +++ b/gdk-pixbuf/pixops/scale_line_22_33_mmx.S @@ -22,7 +22,7 @@ gcc2_compiled.: .text .align 16 -#if !defined(__MINGW32__) && !defined(__CYGWIN__) +#if !defined(__MINGW32__) && !defined(__CYGWIN__) && !defined(__INTERIX) /* Magic indicating no need for an executable stack */ #if !defined __powerpc64__ && !defined __ia64__ -- 2.30.2